home *** CD-ROM | disk | FTP | other *** search
- object WebModule1: TWebModule1
- OldCreateOrder = False
- Actions = <
- item
- Default = True
- Name = 'WebActionItem1'
- OnAction = WebModule1WebActionItem1Action
- end
- item
- Name = 'WebActionItem2'
- PathInfo = '/banner'
- OnAction = WebModule1WebActionItem2Action
- end
- item
- Name = 'WebActionItem3'
- PathInfo = '/redirect'
- OnAction = WebModule1WebActionItem3Action
- end
- item
- Name = 'WebActionItem4'
- PathInfo = '/login'
- Producer = MidasPageProducer1
- end
- item
- Name = 'WebActionItem5'
- PathInfo = '/admin'
- Producer = PageProducer1
- end>
- Left = 300
- Top = 167
- Height = 480
- Width = 696
- object MidasPageProducer1: TMidasPageProducer
- HTMLDoc.Strings = (
- '<HTML>'
- '<HEAD>'
- '</HEAD>'
- '<BODY>'
- '<#INCLUDES><#STYLES><#WARNINGS><#FORMS><#SCRIPT>'
- '</BODY>'
- '</HTML>')
- Left = 80
- Top = 48
- object QueryForm1: TQueryForm
- Method = fmGet
- object QueryFieldGroup1: TQueryFieldGroup
- object QuerySelectOptions: TQuerySelectOptions
- DisplayRows = -1
- Caption = 'E-mail:'
- CaptionAttributes.Custom = 'ALIGN=RIGHT'
- Items.Strings = (
- 'drbob@chello.nl'
- 'ajansen@chello.nl'
- 'haki@tas.nl'
- 'msomers@tas.nl'
- 'dhenneman@tas.nl')
- end
- object QueryPassword: TQueryPassword
- DisplayWidth = -1
- Caption = 'Password:'
- CaptionAttributes.Custom = 'ALIGN=RIGHT'
- end
- object QueryCheckbox: TQueryCheckbox
- DisplayWidth = -1
- Caption = 'E-mail Report?'
- CaptionAttributes.Custom = 'ALIGN=RIGHT'
- end
- end
- object QueryButtons1: TQueryButtons
- end
- end
- end
- object PageProducer1: TPageProducer
- HTMLDoc.Strings = (
- '<BODY BGCOLOR="FFFFCC">'
- '<FONT FACE="Verdana"SIZE=2>'
- '<H2>Dr.Bob'#39's Banner Ads</H2>'
- '<HR>'
- '<#REPORT>'
- '<P>'
- '<HR>'
- '<FONT SIZE=1>'
- 'This page is producer for The Real Delphi Magazine, issue #53')
- OnHTMLTag = PageProducer1HTMLTag
- Left = 80
- Top = 128
- end
- end
-